Avoid code design that requires the use of asynchronous thread aborts 避免需要使用異步線程中止的代碼設計。
These seven principles build a base for code design with testing in mind 心存測試概念進行代碼設計時的七條基本原則
All the code designed in module , and it can apply to other program easily 代碼全部采用模塊化設計,能方便移植到其它應用程序當中。
Examine seven principles to build a base for code design with testing in mind in this article , 請在文章“診斷java代碼:設計“可測試的”應用程序
Bar code system is a self - identify one with three components : bar code design , execution , and scan reading 條碼系統是由條碼符號設計、制作及掃描閱讀組成的自動識別系統。
According to the skill of the software maintaining , coding design and sharing database are established 該方案不僅能很好地降低軟件的復雜程度,而且增加了系統的可靠性。
Structured exception handling is code designed to detect and respond to errors during execution by combining a control structure similar to 結構化異常處理是旨在通過將控制結構(類似于
This library is already written and tested code designed for a variety of common programming tasks as well as for some that are not so common 這些針對各種常見設計任務(包括不那么常見的任務)而設計的庫已經寫好并經過測試。
For instance , what if you re not testing all possible inputs , and therefore not testing the code designed to handle the edge conditions 例如,如果沒有測試到所有可能輸入,也就沒有測試到為處理邊際情況而設計的代碼,這時會如何呢?